func runtime.runqput

5 uses

	runtime (current package)
		proc.go#L1039: 	runqput(mp.p.ptr(), gp, next)
		proc.go#L4267: 	runqput(pp, gp, false)
		proc.go#L5000: 		runqput(pp, newg, true)
		proc.go#L6570: 		runqput(pp, gp1, false)
		proc.go#L6715: func runqput(pp *p, gp *g, next bool) {